home *** CD-ROM | disk | FTP | other *** search
/ Multicollection 5 Soft 1997 / Multicollection 5 soft 1997 (Win NT 4.0 Work, Serv, OS2).iso / utils.w95 / r-win95 / disk2 / rwinsdk / sample.rc < prev    next >
Encoding:
Text File  |  1996-02-15  |  602 b   |  25 lines

  1. #include "SAMPLE.h"
  2. SAMPLE ICON  SAMPLE.ICO
  3.  
  4.  
  5. SAMPLE MENU
  6.   BEGIN
  7.     POPUP  "&File"
  8.       BEGIN
  9.         MENUITEM "GetKbdMode", IDM_F_GETKBDMODE
  10.         MENUITEM "SetKbdMode", IDM_F_SETKBDMODE
  11.         MENUITEM "GetKbdHotkey", IDM_F_GETKBDHOTKEY
  12.         MENUITEM "SetKbdHotkey", IDM_F_SETKBDHOTKEY
  13.         MENUITEM "GetKbdDllsStatus", IDM_F_GETKBDDLLSSTATUS
  14.         MENUITEM SEPARATOR
  15.         MENUITEM "&About", IDM_F_ABOUT
  16.       END
  17.   END
  18.  
  19.  
  20. STRINGTABLE
  21. BEGIN
  22.   IDS_ERR_CREATE_WINDOW,    "Window creation failed!"
  23.   IDS_ERR_REGISTER_CLASS,   "Error registering window class"
  24. END
  25.